home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / cups / doc-root / cups.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-29  |  6.9 KB  |  458 lines

  1. BODY {
  2.   background: white;
  3.   color: black;
  4.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  5. }
  6.  
  7. H1, H2, H3, H4, H5, H6, P, TD, TH {
  8.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  9. }
  10.  
  11. KBD {
  12.   color: #006600;
  13.   font-family: monaco, courier, monospace;
  14.   font-weight: bold;
  15. }
  16.  
  17. PRE {
  18.   font-family: monaco, courier, monospace;
  19. }
  20.  
  21. PRE.command {
  22.   color: #7f0000;
  23.   margin-left: 36pt;
  24. }
  25.  
  26. P.example {
  27.   font-style: italic;
  28.   margin-left: 36pt;
  29. }
  30.  
  31. PRE.example {
  32.   background: white;
  33.   border: dotted thin #999999;
  34.   margin-left: 36pt;
  35.   padding: 10px;
  36. }
  37.  
  38. PRE.command EM, PRE.example EM {
  39.   color: #3f0000;
  40.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  41. }
  42.  
  43. P.command {
  44.   color: #7f0000;
  45.   font-family: monaco, courier, monospace;
  46.   margin-left: 36pt;
  47. }
  48.  
  49. P.formula {
  50.   font-style: italic;
  51.   margin-left: 36pt;
  52. }
  53.  
  54. BLOCKQUOTE {
  55.   background: #f0f0f0;
  56.   border: inset 1px #eeeeee;
  57.   padding: 10px;
  58.   /* These are not implemented by all browsers, but that's OK */
  59.   border-radius: 5px;
  60.   -moz-border-radius: 5px;
  61. }
  62.  
  63. A IMG {
  64.   border: none;
  65. }
  66.  
  67. A:link:hover IMG {
  68.   background: #f0f0f0;
  69.   border-radius: 10px;
  70.   -moz-border-radius: 10px;
  71. }
  72.  
  73. A:link, A:visited {
  74.   font-weight: inherit;
  75.   text-decoration: none;
  76.   color: #000099;
  77. }
  78.  
  79. A:link:hover, A:visited:hover, A:active {
  80.   text-decoration: underline;
  81.   color: #990099;
  82. }
  83.  
  84. TABLE.page {
  85.   border: none;
  86.   border-collapse: collapse;
  87.   height: 100%;
  88.   margin: 0;
  89.   padding: 0;
  90.   width: 100%;
  91. }
  92.  
  93. TD.body {
  94.   height: 100%;
  95.   vertical-align: top;
  96. }
  97.  
  98. TD.sel, TD.unsel {
  99.   border-left: thin solid #cccccc;
  100.   padding: 0px 5px;
  101.   text-align: center;
  102.   vertical-align: middle;
  103.   width: 14%;
  104. }
  105.  
  106. TD.sel {
  107.   background: url(images/sel.gif);
  108. }
  109.  
  110. TD.unsel {
  111.   background: url(images/unsel.gif);
  112. }
  113.  
  114. TD.sel A, TD.sel A:hover, TD.unsel A:link:hover, TD.unsel A:visited:hover,
  115. TD.unsel A:active, TD.unsel A, TD.unsel A:visited {
  116.   color: #666666;
  117.   font-weight: normal;
  118.   text-decoration: none;
  119. }
  120.  
  121. TD.trailer {
  122.   background: #f0f0f0;
  123.   border: solid thin #e0e0e0;
  124.   color: #666666;
  125.   font-size: 80%;
  126.   padding: 5px;
  127. }
  128.  
  129. TD.trailer A {
  130.   color: #666699;
  131. }
  132.  
  133. FORM {
  134.   display: inline;
  135. }
  136.  
  137. INPUT[TYPE="TEXT"], TEXTAREA {
  138.   font-family: monaco, courier, monospace;
  139. }
  140.  
  141. INPUT[TYPE="IMAGE"] {
  142.   border: none;
  143.   padding: 2pt;
  144.   vertical-align: bottom;
  145. }
  146.  
  147. SUB, SUP {
  148.   font-size: 50%;
  149. }
  150.  
  151. TR.data, TD.data, TR.data TD {
  152.   margin-top: 10pt;
  153.   padding: 5pt;
  154.   border-bottom: solid 1pt #999999;
  155. }
  156.  
  157. TR.data TH {
  158.   border-bottom: solid 1pt #999999;
  159.   padding-top: 10pt;
  160.   padding-left: 5pt;
  161.   text-align: left;
  162. }
  163.  
  164. DIV.table TABLE {
  165.   border: solid thin #999999;
  166.   border-collapse: collapse;
  167.   border-spacing: 0;
  168.   margin-left: auto;
  169.   margin-right: auto;
  170. }
  171.  
  172. DIV.table CAPTION {
  173.   caption-side: top;
  174.   font-size: 120%;
  175.   font-style: italic;
  176.   font-weight: bold;
  177.   margin-left: auto;
  178.   margin-right: auto;
  179. }
  180.  
  181. DIV.table TABLE TD {
  182.   background: white;
  183.   border: solid thin #bbbbbb;
  184.   padding-top: 5pt;
  185. }
  186.  
  187. DIV.table TABLE TH {
  188.   background: #f0f0f0;
  189.   border: none;
  190.   border-bottom: solid thin #999999;
  191. }
  192.  
  193. DIV.figure TABLE {
  194.   margin-left: auto;
  195.   margin-right: auto;
  196. }
  197.  
  198. DIV.figure CAPTION {
  199.   caption-side: bottom;
  200.   font-size: 120%;
  201.   font-style: italic;
  202.   font-weight: bold;
  203.   margin-left: auto;
  204.   margin-right: auto;
  205. }
  206.  
  207. TH.label {
  208.   text-align: right;
  209.   vertical-align: top;
  210. }
  211.  
  212. TH.sublabel {
  213.   text-align: right;
  214.   font-weight: normal;
  215. }
  216.  
  217. HR {
  218.   border: solid thin;
  219. }
  220.  
  221. SPAN.info {
  222.   background: black;
  223.   border: thin solid black;
  224.   color: white;
  225.   font-size: 80%;
  226.   font-style: italic;
  227.   font-weight: bold;
  228.   white-space: nowrap;
  229. }
  230.  
  231. H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
  232.   float: right;
  233.   font-size: 100%;
  234. }
  235.  
  236. .conflict {
  237.   background: red;
  238.   color: white;
  239. }
  240.  
  241. TH.conflict {
  242.   text-align: right;
  243. }
  244.  
  245. H1.title {
  246.   display: none;
  247. }
  248.  
  249. H2.title, H3.title {
  250.   border-bottom: solid 1pt #999999;
  251. }
  252.  
  253. DIV.indent, TABLE.indent {
  254.   margin-top: 2em;
  255.   margin-left: auto;
  256.   margin-right: auto;
  257.   width: 90%;
  258. }
  259.  
  260. TABLE.indent {
  261.   border-collapse: collapse;
  262. }
  263.  
  264. TABLE.indent TD, TABLE.indent TH {
  265.   padding: 0;
  266. }
  267.  
  268. TABLE.list {
  269.   border-collapse: collapse;
  270.   margin-left: auto;
  271.   margin-right: auto;
  272.   width: 90%;
  273. }
  274.  
  275. TABLE.list TH {
  276.   background: white;
  277.   border-bottom: solid thin #cccccc;
  278.   color: #444444;
  279.   padding-top: 10pt;
  280.   padding-left: 5pt;
  281.   text-align: left;
  282.   vertical-align: bottom;
  283.   white-space: nowrap;
  284. }
  285.  
  286. TABLE.list TH A {
  287.   color: #4444cc;
  288. }
  289.  
  290. TABLE.list TD {
  291.   border-bottom: solid thin #eeeeee;
  292.   padding-top: 5pt;
  293.   padding-left: 5pt;
  294. }
  295.  
  296. TABLE.list TR:nth-child(even) {
  297.   background: #f8f8f8;
  298. }
  299.  
  300. TABLE.list TR:nth-child(odd) {
  301.   background: #f4f4f4;
  302. }
  303.  
  304. DIV.sidebar {
  305.   float: right;
  306.   min-width: 25%;
  307.   margin-left: 10px;
  308.   max-width: 33%;
  309. }
  310.  
  311. DIV.sidebar P.l0 {
  312.   margin-bottom: 0;
  313.   margin-left: 0;
  314.   margin-right: 0;
  315.   margin-top: 12pt;
  316. }
  317.  
  318. DIV.sidebar P.l1 {
  319.   margin-bottom: 0;
  320.   margin-left: 36pt;
  321.   margin-right: 0;
  322.   margin-top: 0;
  323.   text-indent: -18pt;
  324. }
  325.  
  326. DIV.sidebar P.l2 {
  327.   font-style: italic;
  328.   margin-bottom: 0;
  329.   margin-left: 54pt;
  330.   margin-right: 0;
  331.   margin-top: 0;
  332.   text-indent: -18pt;
  333. }
  334.  
  335. TABLE.inset {
  336.   background: #f0f0f0;
  337.   border: thin solid #e0e0e0;
  338.   margin-top: 1em;
  339.   padding: 0;
  340.   width: 100%;
  341.   /* These are not implemented by all browsers, but that's OK */
  342.   border-radius: 5px;
  343.   -moz-border-radius: 5px;
  344. }
  345.  
  346. TABLE.inset CAPTION {
  347.   caption-side: top;
  348.   color: #666666;
  349.   font-size: 80%;
  350.   margin-left: 10px;
  351.   margin-bottom: 2px;
  352.   text-align: left;
  353. }
  354.  
  355. TABLE.inset TD {
  356.   padding: 2px;
  357. }
  358.  
  359. DT {
  360.   margin-left: 36pt;
  361.   margin-top: 12pt;
  362. }
  363.  
  364. DD {
  365.   margin-left: 54pt;
  366. }
  367.  
  368. DL.category DT {
  369.   font-weight: bold;
  370. }
  371.  
  372. P.summary {
  373.   margin-left: 36pt;
  374.   font-family: monaco, courier, monospace;
  375. }
  376.  
  377. DIV.summary TABLE {
  378.   border: solid thin #999999;
  379.   border-collapse: collapse;
  380.   border-spacing: 0;
  381.   margin: 10px;
  382. }
  383.  
  384. DIV.summary TABLE TD, DIV.summary TABLE TH {
  385.   background: white;
  386.   border: solid thin #999999;
  387.   border-spacing: 0;
  388.   padding: 5px;
  389.   text-align: left;
  390.   vertical-align: top;
  391. }
  392.  
  393. DIV.summary TABLE THEAD TH {
  394.   background: #f0f0f0;
  395. }
  396.  
  397. DIV.tabs {
  398.   height: 480px;
  399.   overflow: hidden;
  400. }
  401.  
  402. DIV.tab {
  403.   float: left;
  404.   height: 100%;
  405.   overflow-y: auto;
  406.   width: 100%;
  407. }
  408.  
  409. /* API documentation styles... */
  410. div.body h1 {
  411.   margin: 0;
  412. }
  413. div.body h2 {
  414.   margin-top: 1.5em;
  415. }
  416. div.body h3, div.body h4, div.body h5 {
  417.   margin-bottom: 0.5em;
  418.   margin-top: 1.5em;
  419. }
  420. .class, .enumeration, .function, .struct, .typedef, .union {
  421.   border-bottom: solid thin #999999;
  422.   margin-bottom: 0;
  423.   margin-top: 2em;
  424. }
  425. .description {
  426.   margin-top: 0.5em;
  427. }
  428. code, p.code, pre, ul.code li {
  429.   font-family: monaco, courier, monospace;
  430.   font-size: 90%;
  431. }
  432. ul.code, ul.contents, ul.subcontents {
  433.   list-style-type: none;
  434.   margin: 0;
  435.   padding-left: 0;
  436. }
  437. ul.code li {
  438.   margin: 0;
  439. }
  440. ul.contents > li {
  441.   margin-top: 1em;
  442. }
  443. ul.contents li ul.code, ul.contents li ul.subcontents {
  444.   padding-left: 2em;
  445. }
  446. div.body dl {
  447.   margin-left: 0;
  448.   margin-top: 0;
  449. }
  450. div.body dt {
  451.   font-style: italic;
  452.   margin-left: 0;
  453.   margin-top: 0;
  454. }
  455. div.body dd {
  456.   margin-bottom: 0.5em;
  457. }
  458.